[index]
LibraryStack Message
Syntax
on libraryStack
end libraryStack
Sent to the most recently activated
library stack
Description
The libraryStack message is generated whenever a library stack is made active through the issuance of the library command.
Notes
A libraryStack handler should verify that the stack in which the handler resides is the intended recipient of the message. If the newly activated library stack does not handle the libraryStack message, the message is passed up the hierarchy and will be sent to other active library stacks until it is handled.
Examples
Enter the following code into the script of a stack:
on libraryStack
if the name of the target is the name of me
-- library initialization code here else pass libraryStack
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.